<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	overflow-x: hidden;
}
body {
	font-family: "Microsoft YaHei", arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background: #fff;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
}
* {
	list-style: none;
	margin: 0;
	border: none;
	outline: none;
	padding: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ov {
	overflow: hidden;
}
.dis {
	display: block !important;
}
.dn {
	display: none;
}
.clear {
	clear: both;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color:#999;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color:#999;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#999;
}
input, select, textarea {
	-webkit-appearance: none;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
}
/*header*/

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 990;
	height: 100px;
}
.header.pos, .header.cur {
	background-color: rgba(0,0,0,.7);
	box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}
.header .head {
	width: 1200px;
	margin: auto;
}
.header .head .logo {
	float: left;
	height: 60px;
	padding: 20px 0;
}
.header .head .logo img {
	height: 60px;
	display: block;
}
.header .head .nav {
	display: block;
	float: right;
	margin-right: 60px;
}
.header .head .nav li {
	display: block;
	height: 100px;
	float: left;
	margin-left: 30px;
}
.header .head .nav li&gt;a {
	display: block;
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	color: #fff;
}
.header .head .nav li.on&gt;a, .header .head .nav li:hover&gt;a {
	color: #be1d23;
}
.header .head .nav li .down {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100px;
	background-color: rgba(0,0,0,.7);
	padding: 30px 0;
}
.header .head .nav li:hover .down {
	display: block;
}
.header .head .nav li .down .box {
	width: 1200px;
	margin: auto;
}
.header .head .nav li .down .box .left {
	width: 200px;
	float: left;
}
.header .head .nav li .down .box .left a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #999;
	margin-top: 10px;
}
.header .head .nav li .down .box .left a:hover {
	color: #fff;
}
.header .head .nav li .down .box .right {
	width: 1000px;
	float: right;
}
.header .head .nav li .down .box .right .tu {
	width: 300px;
	height: 200px;
	float: left;
}
.header .head .nav li .down .box .right .tu img {
	width: 100%;
	display: block;
}
.header .head .nav li .down .box .right .wen {
	width: 660px;
	height: 200px;
	float: right;
}
.header .head .nav li .down .box .right .wen .w01 {
	font-size: 18px;
	line-height: 28px;
	padding-top: 15px;
}
.header .head .nav li .down .box .right .wen .w01 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}
.header .head .nav li .down .box .right .wen .w01 a:hover {
	color: #be1d23;
}
.header .head .nav li .down .box .right .wen .w02 {
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin-top: 5px;
	color: #fff;
}
.header .head .nav li .down .box .right .wen .w03 {
	margin-top: 10px;
}
.header .head .nav li .down .box .right .wen .w03 a {
	display: block;
	float: left;
	overflow: hidden;
}
.header .head .nav li .down .box .right .wen .w03 a span {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color: #fff;
}
.header .head .nav li .down .box .right .wen .w03 a b {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-left: 7px;
	margin-top: 9px;
	background-image: url(../images/duo.png);
	background-position: center;
	background-repeat: no-repeat;
}
.header .head .nav li .down .box .right .wen .w03 a:hover b {
	margin-top: 7px;
}
.header .head .yy {
	display: block;
	float: right;
	height: 100px;
	padding-left: 28px;
	background-image: url(../images/yu.png);
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
	margin-right: 30px;
}
.header .head .yy dt {
	display: block;
	padding-right: 20px;
	font-size: 16px;
	line-height: 100px;
	height: 100px;
	color: #fff;
	overflow: hidden;
	background-image: url(../images/xia.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.header .head .yy dd {
	display: none;
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	text-align: center;
	padding: 10px 0;
}
.header.pos .head .yy dd, .header.cur .head .yy dd {
	top: 100px;
}
.header .head .yy:hover dd {
	display: block;
}
.header .head .yy dd a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	overflow: hidden;
}
.header .head .yy dd a:hover {
	color: #be1d23;
}
.Header-search {
	width: 18px;
	height: 100px;
	position: relative;
	display: flex;
	align-items: center;
	float: right;
}
.Header-search .Header-search-click {
	width: 18px;
	height: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.Header-search .Header-search-click img {
	height: 18px;
	display: block;
	margin: auto;
}
.Header-search .Header-search-click img.img02 {
	display: none;
}
.Header-search .Header-search-wordsform {
	display: none;
}
.Header-search-wordsform {
	position: absolute;
	width: 300px;
	height: 48px;
	top: 50%;
	margin-top: -24px;
	right: 40px;
	padding-left: 38px;
	display: none;
}
.Header-search-submit {
	width: 24px;
	height: 100%;
	background: url('../images/ser.png') no-repeat left center;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}
.Header-search-wordsform .ss {
	width: 100%;
	height: 48px;
	line-height: 48px;
	display: block;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #eee;
	background: transparent;
	padding-right: 60px;
	box-sizing: border-box;
}
.Header-search-wordsform .tijiao {
	width: 60px;
	text-align: center;
	color: #fff;
	height: 48px;
	line-height: 48px;
	display: block;
	background-color: transparent;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.Header-search-wordsform .tijiao:hover {
	color: #be1d23;
}
.header.cur .Header-search-wordsform {
	display: block;
}
.header.cur .Header-search-click img.img01 {
	display: none;
}
.header.cur .Header-search-click img.img02 {
	display: block;
}
/*banner*/

.banner {
	width: 100%;
	height: 60vh;
	position: relative;
	z-index: 1;
}
.banner .bd {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.banner .bd ul, .banner .bd li {
	width: 100% !important;
	height: 100% !important;
	display: block;
	overflow: hidden;
}
.banner .bd li a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}
.banner .bd li a img {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.banner .hd {
	position: absolute;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 30px;
	z-index: 3;
}
.banner .hd .pageState {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	float: left;
	color: #fff;
	letter-spacing: 5px;
}
.banner .hd .sNext {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 100%;
	background-color: rgba(255,255,255,.7);
	overflow: hidden;
	background-image: url(../images/next.png);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-left: 15px;
}
.banner .hd .sNext:hover {
	background-color: #fff;
}
.banner .hd ul {
	display: block;
	overflow: hidden;
	margin: 14px 20px;
	float: left;
}
.banner .hd ul li {
	width: 20px;
	height: 2px;
	display: block;
	float: left;
	background-color: rgba(255,255,255,.3);
	overflow: hidden;
}
.banner .hd ul li.on {
	background-color: #fff;
}
.banner .down {
	width: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 30px;
	z-index: 3;
	cursor: pointer;
}
.banner .down img {
	width: 100%;
	display: block;
}
/*数据*/

.sbox {
	width: 100%;
	background-color: #be1d23;
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
}
.sbox dl {
	width: 1200px;
	margin: auto;
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sbox dl dt {
	width: 23%;
	display: block;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.sbox dl dt p {
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.sbox dl dt p b {
	display: block;
	font-size: 44px;
	line-height: 46px;
	height: 46px;
	color: #fff;
}
.sbox dl dt p span {
	display: block;
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	color: #fff;
	margin-left: 5px;
	padding-top: 20px;
}
.sbox dl dt a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	overflow: hidden;
}
.sbox dl dd {
	display: block;
	width: 1px;
	height: 70px;
	background-color: #fff;
	opacity: .5;
	overflow: hidden;
}
/*走进盛泽*/

.abox {
	width: 100%;
	position: relative;
	z-index: 3;
	height: 700px;
	display: none;
}
.abox .left {
	width: 50%;
	height: 700px;
	float: left;
	overflow: hidden;
}
.abox .left a {
	width: 100%;
	display: block;
	height: 100%;
	background-image: url(../images/ab01_10.jpg);
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.abox .left a:hover {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.abox .right {
	width: 50%;
	height: 630px;
	padding-top: 70px;
	float: left;
	background-color: #fff;
	position: relative;
}
.abox .right .wen {
	padding-left: 60px;
	width: 540px;
}
.abox .right .wen .w01 {
	width: 100%;
}
.abox .right .wen .w01 b {
	display: block;
	float: right;
	overflow: hidden;
	width: 2px;
	height: 40px;
	background-color: #be1d23;
}
.abox .right .wen .w02 {
	width: 100%;
	text-align: right;
	font-size: 60px;
	line-height: 70px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 19px;
}
.abox .right .wen .w03 {
	width: 100%;
	text-align: right;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 14px;
}
.abox .right .wen .w04 {
	width: 100%;
	text-align: right;
	font-size: 24px;
	line-height: 34px;
	color: #666;
	margin-top: 30px;
}
.abox .right .wen .w04 a {
	color: #666;
}
.abox .right .wen .w04 a:hover {
	color: #be1d23;
}
.abox .right .wen .w05 {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	height: 120px;
	margin-top: 37px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.abox .right .more {
	width: 140px;
	height: 140px;
	background-color: #be1d23;
	position: absolute;
	left: 0;
	top: 630px;
	z-index: 3;
}
.abox .right .more a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	overflow: hidden;
	-webkit-transition: 1s linear;
	transition: 1s ease-in;
}
.abox .right .more img {
	display: block;
	margin: auto;
}
.abox .right .more a:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.abox .right .bg {
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	top: 700px;
	background-color: #fff;
	z-index: 1;
}
/*热门产品*/

.pbox {
	width: 100%;
	background-color: #fff;
	padding-bottom: 70px;
	position: relative;
	z-index: 5;
}
.pbox .bg {
	width: 50%;
	height: 70px;
	position: absolute;
	left: 0;
	top: -70px;
	z-index: 1;
	background-color: #fff;
}
.pbox .box {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 2;
}
.pbox .tu {
	position: absolute;
	right: 0;
	width: 600px;
	z-index: 2;
	top: -70px;
	display: none;
}
.pbox .tu img {
	max-width: 550px;
	max-height: 245px;
	display: block;
	float: right;
}
.pbox .title {
	width: 1200px;
	margin: auto;
	position: relative;
}
.pbox .title .w01 {
	width: 100%;
}
.pbox .title .w01 b {
	display: block;
	overflow: hidden;
	width: 2px;
	height: 40px;
	background-color: #be1d23;
}
.pbox .title .w02 {
	width: 100%;
	font-size: 60px;
	line-height: 70px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 19px;
}
.pbox .title .w03 {
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 14px;
}
.pbox .title .tab-hd {
	position: absolute;
	right: 0;
	bottom: 5px;
}
.pbox .title .tab-hd .tab-nav {
	display: block;
	overflow: hidden;
}
.pbox .title .tab-hd .tab-nav li {
	display: block;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}
.pbox .title .tab-hd .tab-nav li a {
	width: 180px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	display: block;
	overflow: hidden;
	border-radius: 40px;
	background-color: #f1f1f1;
}
.pbox .title .tab-hd .tab-nav li:hover a {
	background-color: #be1d23;
	color: #fff;
}
.pbox .tab-bd {
	width: 1200px;
	margin: auto;
	padding-top: 25px;
	overflow: hidden;
}
.pbox .tab-bd dl {
	width: 100%;
	display: block;
}
.pbox .tab-bd dl dt {
	display: block;
	float: left;
	overflow: hidden;
	background-color: #f1f1f1;
	margin-top: 10px;
	width: 620px;
	height: 600px;
}
.pbox .tab-bd dl dt a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	padding: 25px 30px;
	overflow: hidden;
	position: relative;
}
.pbox .tab-bd dl dt .w04 {
	position: absolute;
	right: 30px;
	bottom: 30px;
	z-index: 1;
}
.pbox .tab-bd dl dt .w04 img {
	max-width: 560px;
	max-height: 300px;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.pbox .tab-bd dl dt .w01 {
	font-size: 24px;
	line-height: 34px;
	position: relative;
	z-index: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.pbox .tab-bd dl dt .w02 {
	font-size: 18px;
	line-height: 28px;
	color: #666;
	position: relative;
	z-index: 3;
	margin-top: 5px;
}
.pbox .tab-bd dl dt .w03 {
	width: 540px;
	position: relative;
	z-index: 3;
	margin-top: 8px;
}
.pbox .tab-bd dl dt .w03 p {
	display: block;
	font-size: 16px;
	line-height: 30px;
	padding-left: 33px;
	background-image: url(../images/dui_18.png);
	background-position: left 7px;
	background-repeat: no-repeat;
}
.pbox .tab-bd dl dd {
	display: block;
	float: left;
	overflow: hidden;
	background-color: #f1f1f1;
	margin-top: 10px;
	margin-left: 10px;
	width: 280px;
	height: 265px;
}
.pbox .tab-bd dl dd:nth-child(2) {
	width: 570px;
	height: 325px;
}
.pbox .tab-bd dl dd a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	padding: 15px 20px;
	overflow: hidden;
	position: relative;
}
.pbox .tab-bd dl dd .w04 {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}
.pbox .tab-bd dl dd .w04 img {
	max-width: 240px;
	max-height: 200px;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.pbox .tab-bd dl dd:nth-child(2) .w04 img {
	max-width: 530px;
	max-height: 250px;
}
.pbox .tab-bd dl dd .w01 {
	font-size: 18px;
	line-height: 28px;
	position: relative;
	z-index: 3;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pbox .tab-bd dl dt a:hover .w01, .pbox .tab-bd dl dd a:hover .w01 {
	color: #be1d23;
}
.pbox .tab-bd dl dt a:hover img, .pbox .tab-bd dl dd a:hover img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
/*解决方案*/

.cbox {
	width: 100%;
	display: none;
	position: relative;
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.cbox .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: .5;
	z-index: 1;
}
.cbox .bg01 {
	width: calc(50% + 130px);
	height: 400px;
	background-color: #be1d23;
	opacity: .7;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	border-top-left-radius: 30px;
}
.cbox .box {
	width: 1200px;
	margin: auto;
	min-height: 760px;
	position: relative;
	z-index: 3;
}
.cbox .title {
	width: 100%;
	padding: 70px 0;
	position: relative;
	z-index: 1;
}
.cbox .title .w01 {
	width: 100%;
}
.cbox .title .w01 b {
	display: block;
	overflow: hidden;
	width: 2px;
	height: 40px;
	background-color: #be1d23;
}
.cbox .title .w02 {
	width: 100%;
	font-size: 60px;
	line-height: 70px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 19px;
	color: #fff;
}
.cbox .title .w03 {
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 14px;
	color: #fff;
}
.cbox .title .w04 {
	width: 100%;
	font-size: 24px;
	line-height: 34px;
	margin-top: 30px;
	color: #fff;
}
.cbox .title .w05 {
	width: 400px;
	padding-top: 15px;
}
.cbox .title .w05 p {
	display: block;
	overflow: hidden;
	margin-top: 20px;
}
.cbox .title .w05 p span {
	display: block;
	float: left;
	width: 24px;
	font-size: 24px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	opacity: 0;
	overflow: hidden;
}
.cbox .title .w05 p a {
	max-width: 376px;
	display: block;
	float: left;
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	color: #fff;
}
.cbox .title .w05 p:hover span {
	opacity: 1;
}
.cbox .box .an {
	position: absolute;
	right: 0;
	top: 165px;
	z-index: 2;
}
.cbox .box .an a {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: rgba(255,255,255,.3);
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
	background-position: center;
	background-repeat: no-repeat;
}
.cbox .box .an a:hover {
	background-color: #be1d23;
}
.cbox .box .an a.prev {
	background-image: url(../images/left.png);
}
.cbox .box .an a.next {
	background-image: url(../images/right.png);
}
.cbox .box .wen {
	position: absolute;
	right: 0;
	top: 425px;
	width: 690px;
	z-index: 3;
}
.cbox .box .wen li {
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
	width: 100%;
}
.cbox .box .wen .w01 {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cbox .box .wen .w01 a {
	display: block;
	color: #fff;
}
.cbox .box .wen .w02 {
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cbox .box .wen .w03 {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	height: 120px;
	margin-top: 10px;
	padding-top: 25px;
	border-top: 1px solid rgba(255,255,255,.7);
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.cbox .box .wen .w04 {
	margin-top: 25px;
}
.cbox .box .wen .w04 a {
	display: block;
	float: left;
	overflow: hidden;
}
.cbox .box .wen .w04 a span {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color: #fff;
}
.cbox .box .wen .w04 a b {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-left: 7px;
	margin-top: 9px;
	background-image: url(../images/duo.png);
	background-position: center;
	background-repeat: no-repeat;
}
.cbox .box .wen .w04 a:hover b {
	margin-top: 7px;
}
.cbox .box .wen .w05 {
	font-size: 60px;
	line-height: 1;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: .2;
}
/*视频展示*/

.vbox {
	width: 100%;
	padding-top: 140px;
	padding-bottom: 70px;
	background-color: #f1f1f1;
	position: relative;
	z-index: 1;
}
.vbox .title {
	width: 1200px;
	margin: auto;
}
.vbox .title img {
	width: 100%;
	display: block;
}
.vbox .box {
	width: 1200px;
	margin: auto;
	margin-top: 40px;
}
.vbox .box .left {
	width: 980px;
	height: 390px;
	background-color: #fff;
	float: left;
}
.vbox .box .left .top {
	padding: 50px;
	padding-left: 40px;
	padding-bottom: 10px;
}
.vbox .box .left .top .tu {
	width: 300px;
	height: 200px;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}
.vbox .box .left .top .tu b {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #be1d23;
}
.vbox .box .left .top .tu a {
	width: 100%;
	height: 200px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.vbox .box .left .top .tu img {
	width: 100%;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.vbox .box .left .top .tu a:hover img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.vbox .box .left .top .wen {
	float: right;
	width: 550px;
	padding-top: 5px;
}
.vbox .box .left .top .wen .w01 {
	width: 120px;
	border-bottom: 1px solid #ddd;
}
.vbox .box .left .top .wen .w01 span {
	display: block;
	float: left;
	line-height: 52px;
	height: 52px;
	font-size: 30px;
	margin-right: 10px;
}
.vbox .box .left .top .wen .w01 p {
	display: block;
	float: left;
	line-height: 46px;
	height: 46px;
	font-size: 18px;
	margin-top: 6px;
	color: #999;
}
.vbox .box .left .top .wen .w02 {
	font-size: 18px;
	line-height: 28px;
	padding-top: 15px;
}
.vbox .box .left .top .wen .w02 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.vbox .box .left .top .wen .w02 a:hover {
	color: #be1d23;
}
.vbox .box .left .top .wen .w03 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 2px;
}
.vbox .box .left .top .wen .w04 {
	margin-top: 10px;
}
.vbox .box .left .top .wen .w04 a {
	display: block;
	float: left;
	overflow: hidden;
}
.vbox .box .left .top .wen .w04 a span {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color: #333;
}
.vbox .box .left .top .wen .w04 a b {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-left: 7px;
	margin-top: 9px;
	background-image: url(../images/duo02.png);
	background-position: center;
	background-repeat: no-repeat;
}
.vbox .box .left .top .wen .w04 a:hover span {
	color: #be1d23;
}
.vbox .box .left .top .wen .w04 a:hover b {
	margin-top: 7px;
	background-image: url(../images/duo01.png);
}
.vbox .box .left .list {
	width: 960px;
	margin-left: 50px;
	padding-top: 5px;
}
.vbox .box .left .list p {
	width: 400px;
	overflow: hidden;
	margin-top: 10px;
	float: left;
	margin-right: 80px;
}
.vbox .box .left .list p a {
	display: block;
	width: 300px;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.vbox .box .left .list p span {
	display: block;
	float: right;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
}
.vbox .box .left .list p a:hover {
	color: #be1d23;
}
.vbox .box .right {
	width: 220px;
	height: 390px;
	float: right;
	position: relative;
}
.vbox .box .right .more {
	width: 140px;
	height: 140px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
}
.vbox .box .right .more a {
	width: 100%;
	height: 100%;
	background-color: rgba(190,29,35,.5);
	display: flex;
	align-items: center;
	overflow: hidden;
}
.vbox .box .right .more a img {
	display: block;
	margin: auto;
}
.vbox .box .right .more a:hover {
	opacity: 0;
}
.vbox .box .right .wen {
	float: right;
	display: flex;
	align-items: flex-end;
}
.vbox .box .right .wen .w01 {
	float: right;
	width: 34px;
	text-align: right;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
}
.vbox .box .right .wen .w02 {
	float: right;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: right;
	writing-mode: vertical-lr;
}
.vbox .box .right .wen01 {
	width: 200px;
	float: right;
	text-align: right;
}
.vbox .box .right .wen01 .w01 {
	font-size: 24px;
	line-height: 1.2;
}
.vbox .box .right .wen01 .w02 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	text-align: right;
}
/*footer*/

.footer {
	width: 100%;
	padding-top: 50px;
	background-color: #252525;
}
.footer .foot {
	width: 1200px;
	margin: auto;
}
.footer .foot .f01 {
	width: 1240px;
	margin-left: -20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #333;
}
.footer .foot .f01 dd {
	width: 1px;
	height: 140px;
	display: block;
	background-color: #333;
}
.footer .foot .f01 dt {
	display: block;
	flex: 1;
	text-align: center;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
}
.footer .foot .f01 dt strong {
	display: block;
	padding: 5px 0;
}
.footer .foot .f01 dt strong img {
	display: block;
	margin: auto;
	height: 42px;
}
.footer .foot .f01 dt:last-child strong img{ height:100px;}
.footer .foot .f01 dt span {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	line-height: 28px;
	color: #999;
}
.footer .foot .f01 dt:last-child span{
	margin-top: 5px;
	font-size: 14px;
	line-height: 24px;
}
.footer .foot .f01 dt p {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.footer .foot .f02 {
	padding: 30px 0;
	border-bottom: 1px solid #333;
	width: 100%;
}
.footer .foot .f02 p {
	float: left;
}
.footer .foot .f02 p a {
	display: block;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	color: #999;
	float: left;
}
.footer .foot .f02 p a:hover {
	color: #fff;
}
.footer .foot .f02 p span {
	display: block;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	color: #999;
	float: left;
	margin: 0 30px;
}
.footer .foot .f02 select {
	width: 212px;
	height: 34px;
	line-height: 34px;
	display: block;
	float: right;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #333;
	background-color: #252525;
	background-image: url(../images/sel.png);
	background-position: 190px center;
	background-repeat: no-repeat;
	color: #999;
	text-indent: 10px;
}
.footer .foot .f03 {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 15px 0;
}
.footer .foot .f03 .left {
	width: 50%;
}
.footer .foot .f03 .left p {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.footer .foot .f03 .left p a {
	color: #999;
}
.footer .foot .f03 .right {
	width: 50%;
}
.footer .foot .f03 .right p {
	display: block;
	overflow: hidden;
	float: right;
}
.footer .foot .f03 .right a {
	display: block;
	float: left;
	height: 26px;
	margin: 11px 10px;
	margin-right: 0;
	opacity: .7;
}
.footer .foot .f03 .right a img {
	display: block;
	height: 26px;
}
.footer .foot .f03 .right a:hover {
	opacity: 1;
}
/*右侧浮动*/

.m-tell-top {
	display: none;
	position: fixed;
	z-index: 100;
	bottom: 50px;
	right: 10px;
}
.m-tell-top .top {
	width: 46px;
}
.m-tell-top .top .top-tell {
	box-shadow: 0px 2px 10px 0px rgba(205, 208, 221, 0.5);
	background-color: #fff;
	border-radius: 6px;
	text-align: center;
	padding-bottom: 5px;
	overflow: hidden;
}
.m-tell-top .top .top-tell .tell-icon {
	cursor: pointer;
	height: 46px;
	text-align: center;
	background-color: #be1d23;
	margin-bottom: 10px;
}
.m-tell-top .top .top-tell .tell-icon img {
	width: 24px;
	height: 24px;
	vertical-align: top;
	margin-top: 10px;
}
.m-tell-top .top .top-tell .tell-txt {
	cursor: pointer;
	font-size: 18px;
	writing-mode: vertical-rl;
	color: #333;
	line-height: 24px;
	letter-spacing: 3px;
}
.m-tell-top .mobile-body {
	display: none;
	position: absolute;
	right: 46px;
	top: 0;
	text-align: left;
}
.m-tell-top .mobile {
	margin-right: 5px;
	box-shadow: 0px 2px 10px 0px rgba(205, 208, 221, 0.5);
	bottom: 50px;
	right: 56px;
	width: 225px;
	padding: 10px 20px;
	border-radius: 6px;
	background-color: #fff;
}
.m-tell-top .mobile .line {
	overflow: hidden;
	margin: 8px 0;
}
.m-tell-top .mobile .line &gt; img {
	float: left;
	width: 25px;
	vertical-align: top;
	margin-top: 5px;
}
.m-tell-top .mobile .line .line-body {
	float: left;
	width: 190px;
	margin-left: 10px;
}
.m-tell-top .mobile .line .line-body .title {
	font-size: 16px;
	font-weight: 400;
	color: #00102F;
	line-height: 22px;
}
.m-tell-top .mobile .line .line-body .info a {
	font-size: 14px;
	color: #626C77;
	line-height: 20px;
}
.m-tell-top .mobile .line .line-body .info a.bl {
	color: #be1d23;
}
.m-tell-top .top .top-top {
	display: flex;
	align-items: center;
	box-shadow: 0px 2px 10px 0px rgba(205, 208, 221, 0.5);
	width: 100%;
	height: 46px;
	background-color: #fff;
	border-radius: 6px;
	margin-top: 10px;
	text-align: center;
}
.m-tell-top .top .top-top img {
	width: 24px;
	height: 24px;
	display: block;
	margin: auto;
}



/*内页*/

@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
 0% {
 transform:scale(1);  /*开始为原始大小*/
}
 25% {
 transform:scale(1.05); /*放大1.05倍*/
}
 50% {
 transform:scale(1);
}
 75% {
 transform:scale(1.05);
}
}
.ban {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.ban .bg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	animation: scaleDraw 30s ease-in-out infinite;
	position: relative;
	z-index: 0;
}
.ban .box {
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	height: 100%;
	position: absolute;
	left: 0%;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
}
.ban .box p {
	width: 1200px;
	margin: auto;
	text-align: center;
	overflow: hidden;
	padding-top: 50px;
}
.ban .box p b {
	display: block;
	color: #fff;
	font-size: 36px;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
}
.ban .box p a {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	margin-top: 20px;
}
.wbox {
	width: 100%;
	height: 70px;
	background-color: #f1f1f1;
}
.wbox .box {
	width: 1200px;
	margin: auto;
}
.wbox .box .left {
	float: left;
	font-size: 14px;
	height: 70px;
	line-height: 70px;
	padding-left: 24px;
	background-image: url(../images/home.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.wbox .box .left a:hover {
	color: #be1d23;
}
.wbox .box .right {
	display: block;
	float: right;
	overflow: hidden;
}
.wbox .box .right li {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	height: 70px;
}
.wbox .box .right li a {
	height: 70px;
	font-size: 14px;
	line-height: 70px;
	padding: 0 20px;
	overflow: hidden;
	display: block;
}
.wbox .box .right li b {
	width: 0;
	height: 2px;
	background-color: #be1d23;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.wbox .box .right li.on a {
	color: #be1d23;
	background-color: #fff;
}
.wbox .box .right li:hover a {
	color: #be1d23;
}
.wbox .box .right li:hover b, .wbox .box .right li.on b {
	width: 100%;
}
/*公司简介*/

.ttitle {
	width: 1200px;
	margin: auto;
	position: relative;
	z-index: 3;
	text-align: center;
}
.ttitle span {
	display: block;
	font-size: 30px;
	line-height: 40px;
}
.ttitle span b {
	color: #be1d23;
}
.ttitle p {
	display: block;
	font-size: 16px;
	line-height: 26px;
	margin-top: 5px;
	color: #666;
}
.ttitle a {
	display: block;
	width: 50px;
	height: 2px;
	margin: auto;
	margin-top: 10px;
	background-color: #be1d23;
}
.ab01 {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 70px;
	background-color: #fff;
}
.ab01 .box {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}
.ab01 .box .left {
	width: 650px;
	float: left;
}
.ab01 .box .left .wen {
	font-size: 14px;
	line-height: 24px;
}
.ab01 .box .left .wen01 {
	padding-right: 10px;
	font-size: 24px;
	line-height: 34px;
	margin-top: 25px;
	font-weight: bold;
	font-style: italic;
	color: #be1d23;
	text-align: right;
}
.ab01 .box .right {
	width: 480px;
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	position: relative;
}
.ab01 .box .right b {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #be1d23;
}
.ab01 .box .right strong {
	width: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
.ab01 .box .right img {
	width: 100%;
	display: block;
	margin: auto;
}
.ab02 {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 70px;
	background-color: #f1f1f1;
}
.ab02 .box {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}
.ab02 .box .left {
	width: 600px;
	float: right;
}
.ab02 .box .left .wen {
	font-size: 14px;
	line-height: 24px;
	padding-top: 5px;
}
.ab02 .box .left .wen p {
	text-indent: 2em;
	margin-top: 20px;
}
.ab02 .box .right {
	width: 550px;
	float: left;
}
.ab02 .box .right img {
	width: 100%;
	display: block;
	margin: auto;
}
.ab03 {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 70px;
	background-color: #fff;
}
.ab03 .box {
	width: 1200px;
	margin: auto;
}
.ab03 .image_container {
	width: 100%;
}
.ab03 .image_container a {
	width: 380px;
	height: 230px;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.ab03 .image_container a:nth-child(3n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.ab03 .image_container a img {
	width: 100%;
	display: block; -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;
}
.ab03 .image_container a p {
	padding: 10px 20px;
	background-color: rgba(190,29,35,0.7);
	display: block;
	position: absolute;
	left: 0;
	bottom: -80px;
	width: 180px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ab03 .image_container a:hover p {
	bottom: 0;
}
.ab03 .image_container a:hover img{ transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
/*荣誉资质*/

.ab04 {
	width: 100%;
	padding-top: 65px;
	background-color: #fff;
}
.ab04 .box {
	width: 1200px;
	margin: 10px auto;
}
.honorImg {
	position: relative;
	height:420px;
}
.honorImg .d_img {
	position: relative;
	margin: 0 30px;
	width: 1140px;
	height: 100%
}
.honorImg .d_img li {
	position: absolute;
	display: none;
	background: url(../images/b7.png) repeat-x bottom;
	z-index: 0;
	padding-bottom: 0;
}
.honorImg .d_img li .pic {
	width: 100%;
	border: #e4e4e4 solid 5px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
}
.honorImg .d_img li .pic img {
	width: 100%;
	display: block;
}
.honorImg .d_img .divtext {
	height: 80px;
	line-height: 80px;
	position: absolute;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.honorImg .d_img li.d_pos1 {
	display: block;
	width: 220px;
	left: 2%;
	top: 90px;
	z-index: 1
}
.honorImg .d_img li.d_pos2 {
	display: block;
	width: 286px;
	left: 15%;
	top: 60px;
	z-index: 2
}
.honorImg .d_img li.d_pos3 {
	display: block;
	width:456px;
	left: 30%;
	top: 20px;
	z-index: 3
}
.honorImg .d_img li.d_pos4 {
	display: block;
	width: 286px;
	right: 15%;
	top: 60px;
	z-index: 2
}
.honorImg .d_img li.d_pos5 {
	display: block;
	width: 220px;
	right: 2%;
	top: 90px;
	z-index: 1
}
.honorImg .d_prev {
	position: absolute;
	left: 0%;
	top: 140px;
	z-index: 10;
	cursor: pointer;
	width: 36px;
	height: 36px;
	background-image: url(../images/prev01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #eee;
	border-radius: 100%;
	overflow: hidden;
}
.honorImg .d_next {
	position: absolute;
	right: 0%;
	top: 140px;
	z-index: 10;
	cursor: pointer;
	width: 36px;
	height: 36px;
	background-image: url(../images/next01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #eee;
	border-radius: 100%;
	overflow: hidden;
}
.honorImg .d_prev:hover {
	background-image: url(../images/prevh.png);
	background-color: #be1d23;
}
.honorImg .d_next:hover {
	background-image: url(../images/nexth.png);
	background-color: #be1d23;
}
/*.ab04 .image_container {
	width: 100%;
}
.ab04 .image_container a {
	width: 380px;
	height: 230px;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	background-color: #f1f1f1;
}
.ab04 .image_container a:nth-child(3n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.ab04 .image_container a img {
	height: 230px;
	margin: auto;
	display: block;
}
.ab04 .image_container a p {
	padding: 10px 20px;
	background-color: rgba(0,0,0,0.7);
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	box-sizing: border-box;
}
.ab04 .image_container a:hover p {
	background-color: rgba(190,29,35,0.7);
}*/

.ab05 {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 70px;
	background-color: #f1f1f1;
}
.ab05 .box {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}
.honorBanner {
	width: 100%;
	position: relative;
}
.honorBanner .slick-list {
	margin: 0 50px;
}
.honorBanner .slick {
	margin: 0 10px;
}
.honorBanner .slick-prev {
	position: absolute;
	left: 0%;
	top: 50%;
	margin-top: -18px;
	z-index: 10;
	cursor: pointer;
	width: 36px;
	height: 36px;
	background-image: url(../images/prev01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 100%;
	overflow: hidden;
}
.honorBanner .slick-next {
	position: absolute;
	right: 0%;
	top: 50%;
	margin-top: -18px;
	z-index: 10;
	cursor: pointer;
	width: 36px;
	height: 36px;
	background-image: url(../images/next01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 100%;
	overflow: hidden;
}
.honorBanner .slick-prev:hover {
	background-image: url(../images/prevh.png);
	background-color: #be1d23;
}
.honorBanner .slick-next:hover {
	background-image: url(../images/nexth.png);
	background-color: #be1d23;
}
.honorBanner .o a {
	display: block;
}
.honorBanner .o .img {
	border: 5px solid #e4e4e4;
	box-sizing: border-box;
	width:200px;
	height: 280px;
	background-color:#fff;
	overflow: hidden;
}
.honorBanner .o .img img {
	display: block;
	width: 100%;
}
.honorBanner .o .p {
	font-size: 14px;
	color: #666;
	padding: 0 17px;
	height: 85px;
	line-height: 85px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.honorBanner .o:hover .p {
	color: #00a2e9;
}
.fixed {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 999;
}
.alertBox {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 10%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 25%;
}
.alertBox .close {
	position: absolute;
	right: -46px;
	cursor: pointer;
}
.alertBox .pic {
	width: 100%;
}
.alertBox .pic img {
	width: 100%;
}
/*企业新闻*/

.news {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 70px;
	background-color: #fff;
}
.news .box {
	width: 1200px;
	margin: auto;
}
.news .box .list {
	width: 100%;
	display: block;
}
.news .box .list li {
	width: 380px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	display: block;
	overflow: hidden;
}
.news .box .list li:nth-child(3n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.news .box .list li .n01 {
	width: 100%;
	height: 260px;
}
.news .box .list li .n01 img {
	width: 100%;
	display: block;
}
.news .box .list li .n02 {
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #666;
}
.news .box .list li .n03 {
	margin-top: 5px;
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .box .list li .n04 {
	margin-top: 10px;
	width: 50px;
	height: 2px;
	background-color: #333;
}
.news .box .list li .n05 {
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news .box .list li .n06 {
	margin-top: 5px;
	width: 138px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #fff;
	border-bottom: 1px solid #333;
	text-align: center;
	font-size: 14px;
	color: #666;
	text-transform: uppercase;
}
.news .box .list li:hover .n03 {
	color: #be1d23;
}
.news .box .list li:hover .n06 {
	border: 1px solid #333;
}
.fanye {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.fanye li {
	margin: 0 3px;
	display: inline-block;
}
.fanye li a {
	min-width: 14px;
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
	background-color: #f2f2f2;
	border-radius: 3px;
	display: block;
}
.fanye li span {
	min-width: 14px;
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
	border-radius: 3px;
	display: block;
}
.fanye li.active span {
	color: #fff;
	background-color: #be1d23;
}
.fanye li.disabled span {
	color: #aaa;
	background-color: #f2f2f2;
	cursor: no-drop;
}
.fanye li a:hover {
	color: #be1d23;
}
/*企业新闻内页*/

.ny {
	width: 1200px;
	margin: 65px auto;
	position: relative;
	z-index: 1;
}
.ny .title {
	width: 100%;
}
.ny .title b {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
}
.ny .title span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-top: 10px;
}
.ny .title p {
	display: block;
	margin-top: 10px;
	width: 100px;
	height: 2px;
	background-color: #333;
}
.ny .wen {
	margin-top: 25px;
	font-size: 14px;
	line-height: 24px;
}
.ny .wen img {
	max-width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#portfolio-nav {
	width: 100%;
	height: 40px;
	padding: 30px 0;
	margin: auto;
	margin-top: 25px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #cacaca;
}
#portfolio-nav .fh {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
}
#portfolio-nav .fh p {
	cursor: pointer;
	display: block;
	margin: auto;
	float: left;
	margin-left: 17px;
	margin-top: 17px;
	position: relative;
	background-position: 11px center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 20px;
	width: 40px;
	height: 40px;
}
#portfolio-nav .fh i {
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 0;
	transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
	font-size: 20px;
	left: 18px;
	top: 22px;
	color: #888;
	background-color: #888;
	box-shadow: -0.5em 0 #888, -0.5em 0.5em #888, 0.5em 0 #888, 0.5em -0.5em #888, 0 -0.5em #888, -0.5em -0.5em #888, 0 0.5em #888, 0.5em 0.5em #888;
}
#portfolio-nav .fh:hover p i {
	background-color: #333;
	color: #333;
	box-shadow: -0.6em 0 #333, -0.6em 0.6em #333, 0.6em 0 #333, 0.6em -0.6em #333, 0 -0.6em #333, -0.6em -0.6em #333, 0 0.6em #333, 0.6em 0.6em #333;
}
#portfolio-nav .prev {
	float: left;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 40px;
	max-width: calc(50% - 40px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#portfolio-nav .prev p {
	display: block;
	float: left;
	width: 30px;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	position: relative;
	height: 40px;
	margin-right: 10px;
}
#portfolio-nav .prev .ico {
	display: block;
	float: left;
	width: 30px;
	height: 40px;
	background: url(../images/zz.png) no-repeat left center;
	background-size: 10px 16px;
}
#portfolio-nav .prev .line {
	width: 0px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	margin-top: -1px;
	background: #000;
}
#portfolio-nav .prev:hover p {
	width: 40px;
}
#portfolio-nav .prev:hover .line {
	width: 30px;
}
#portfolio-nav .next {
	float: right;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 40px;
	max-width: calc(50% - 40px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#portfolio-nav .next p {
	display: block;
	float: right;
	width: 30px;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	position: relative;
	height: 40px;
	margin-right: 10px;
}
#portfolio-nav .next .ico {
	display: block;
	float: right;
	width: 30px;
	height: 40px;
	background: url(../images/yy.png) no-repeat right center;
	background-size: 10px 16px;
}
#portfolio-nav .next .line {
	width: 0px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	margin-top: -1px;
	background: #000;
}
#portfolio-nav .next:hover p {
	width: 40px;
}
#portfolio-nav .next:hover .line {
	width: 30px;
}
/*视频专区*/

.news .box .list01 {
	width: 100%;
	display: block;
}
.news .box .list01 li {
	display: block;
	overflow: hidden;
	margin-top: 30px;
	background-color: #f1f1f1;
	padding-top: 10px;
}
.news .box .list01 .tu {
	width: 300px;
	height: 200px;
	position: relative;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}
.news .box .list01 .tu b {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #be1d23;
}
.news .box .list01 .tu a {
	width: 100%;
	height: 200px;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.news .box .list01 .tu img {
	width: 100%;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .box .list01 .tu a:hover img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.news .box .list01 .wen {
	float: right;
	width: 830px;
	padding: 10px 30px;
	padding-top: 5px;
}
.news .box .list01 .wen .w01 {
	width: 120px;
	border-bottom: 1px solid #ddd;
}
.news .box .list01 .wen .w01 span {
	display: block;
	float: left;
	line-height: 52px;
	height: 52px;
	font-size: 30px;
	margin-right: 10px;
}
.news .box .list01 .wen .w01 p {
	display: block;
	float: left;
	line-height: 46px;
	height: 46px;
	font-size: 18px;
	margin-top: 6px;
	color: #999;
}
.news .box .list01 .wen .w02 {
	font-size: 18px;
	line-height: 28px;
	padding-top: 15px;
}
.news .box .list01 .wen .w02 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news .box .list01 .wen .w02 a:hover {
	color: #be1d23;
}
.news .box .list01 .wen .w03 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 5px;
}
.news .box .list01 .wen .w04 {
	margin-top: 7px;
}
.news .box .list01 .wen .w04 a {
	display: block;
	float: left;
	overflow: hidden;
}
.news .box .list01 .wen .w04 a span {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color: #333;
}
.news .box .list01 .wen .w04 a b {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin-left: 7px;
	margin-top: 9px;
	background-image: url(../images/duo02.png);
	background-position: center;
	background-repeat: no-repeat;
}
.news .box .list01 .wen .w04 a:hover span {
	color: #be1d23;
}
.news .box .list01 .wen .w04 a:hover b {
	margin-top: 7px;
	background-image: url(../images/duo01.png);
}
/*视频专区内页*/

.ny .video {
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 5px;
}
.ny .video video {
	width: 100%;
	display: block;
}
.ny .video iframe {
	width: 100%;
	height: 460px;
	display: block;
	overflow: hidden;
}
/*产品中心*/

.news .picList {
	width: 100%;
	display: block;
}
.news .picList li {
	width: 100%;
	height: 380px;
	display: block;
	margin-top: 30px;
	background-color: #f1f1f1;
	display: block;
	overflow: hidden;
}
.news .picList li a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	padding: 45px 50px;
	overflow: hidden;
	position: relative;
}
.news .picList li .w04 {
	position: absolute;
	right: 50px;
	bottom: 50px;
	z-index: 1;
}
.news .picList li .w04 img {
	max-width: 560px;
	max-height: 280px;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .picList li .w01 {
	max-width: 500px;
	font-size: 24px;
	line-height: 34px;
	position: relative;
	z-index: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news .picList li .w02 {
	max-width: 500px;
	font-size: 18px;
	line-height: 28px;
	color: #666;
	position: relative;
	z-index: 3;
	margin-top: 15px;
}
.news .picList li .w03 {
	max-width: 500px;
	position: relative;
	z-index: 3;
	padding-top: 10px;
}
.news .picList li .w03 p {
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding-left: 33px;
	background-image: url(../images/dui_18.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
.news .picList li .w01:hover {
	color: #be1d23;
}
.news .picList li:hover img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
/*产品内页*/

.pro01 {
	width: 100%;
	padding-bottom: 70px;
}
.pro01 .items {
	width: 1200px;
	margin: auto;
	margin-top: 70px;
	display: flex;
	flex-wrap:wrap;
}
.pro01 .left {
	width: 599px;
	overflow: hidden;
}
.pro01 .left img {
	max-width: 549px;
	display: block;
}
.pro01 .right {
	padding-left: 50px;
	border-left: 1px solid #cacaca;
	width: 550px;
}
.pro01 .right .bt {
	font-size: 24px;
	line-height: 34px;
}
.pro01 .right .wen {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	float:none !important;
}
.pro01 .fd{ width:100%; margin-top:30px;}
.pro01 .fd img{ max-width:100%; height:auto !important; margin:auto; display:block;}
.bigimg{ max-width:90%; max-height:90vh; width:auto !important; height:auto !important; position:fixed; left:50%; top:50%; transform:translateX(-50%) translateY(-50%); display:none; z-index:9999; border:10px solid #fff;}
.mask{ position:fixed; left:0; top:0; right:0; bottom:0; background-color:#000; opacity:0.5; filter:Alpha(opacity=50); z-index:9998; transition:all 1s; display:none}
.mask:hover{ cursor:zoom-out}
.mask&gt;img{ position:fixed; right:2vw; top:2vw; width:50px;}
.mask&gt;img:hover{ cursor:pointer}
/*.pro01 .left .top {
	width:540px;
	height:360px;
	border: 1px solid #cacaca;
}
.pro01 .left .top p {
	width: 100%;
	height: 360px;
	display: none;
	overflow: hidden;
}
.pro01 .left .top p a {
	width: 540px;
	height: 360px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.pro01 .left .top p a img {
	max-width: 100%;
	max-height: 360px;
	display: block;
	margin: auto;
}
.pro01 .left .bot {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.pro01 .left .bot p {
	display: inline-block;
	overflow: hidden;
	border: 2px solid #cacaca;
	width: 90px;
	height: 60px;
	margin: 0 5px;
}
.pro01 .left .bot p a {
	width: 90px;
	height: 60px;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.pro01 .left .bot p.on {
	border: 2px solid #be1d23;
}
.pro01 .left .bot p a img {
	max-width: 100%;
	max-height: 60px;
	display: block;
	margin: auto;
}

.pro01 .right {
	width: 600px;
	float: right;
	padding-top: 25px;
}
.pro01 .right .bt {
	font-size: 24px;
	line-height: 34px;
}
.pro01 .right .bt01 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}
.pro01 .right .biao {
	font-size: 16px;
	line-height: 26px;
	color: #be1d23;
	padding-top: 25px;
	margin-top: 15px;
	border-top: 1px solid #cacaca;
}
.pro01 .right .wen {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}*/
.pro02 {
	width: 100%;
	padding: 70px 0;
	background-color: #f1f1f1;
}
.pro02 .box {
	width: 1200px;
	margin: auto;
}
.pro02 .box .wen {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	margin-top: 25px;
}
.pro02 .box .wen img {
	max-width: 100%;
	height: auto;
}
/*创新能力*/

.jm01 {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 70px;
	position: relative;
	background-color: #fff;
}
.jm01 .box {
	width: 1200px;
	margin: 40px auto;
	margin-bottom: 0;
}
.jm01 .left {
	width: 600px;
	float: left;
}
.jm01 .left img {
	width: 100%;
	display: block;
}
.jm01 .right {
	width: 550px;
	padding-top: 30px;
	float: right;
}
.jm01 .right .r01 {
	height: 40px;
	margin-left: -5vw;
}
.jm01 .right .r01 b {
	width: 110px;
	height: 4px;
	display: block;
	background-color: #be1d23;
	margin: 15px 0;
	float: left;
}
.jm01 .right .r01 strong {
	display: block;
	float: left;
	font-size: 24px;
	margin-left: 30px;
	color: #333;
	line-height: 34px;
}
.jm01 .right .r02 {
	margin-top: 15px;
	font-size: 20px;
	line-height: 30px;
	color: #666;
	font-weight: bold;
}
.jm01 .right .r03 {
	margin-top: 15px;
	font-size: 14px;
	line-height: 34px;
}
/*解决方案*/

.case {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 70px;
	background-color: #fff;
}
.case .box {
	width: 1200px;
	margin: auto;
}
.case .list {
	width: 100%;
	display: block;
}
.case dt, .case dd {
	width: 1160px;
	padding: 19px;
	border: 1px solid #d9d9d9;
	display: block;
	overflow: hidden;
	background-color: #fff;
	margin: auto;
	margin-top: 30px;
}
.case dt:hover, .case dd:hover {
	box-shadow: 0 0 5px #d9d9d9;
}
.case .tu {
	width: 260px;
	height: 160px;
	float: left;
}
.case .tu img {
	width: 100%;
	display: block;
}
.case .wen {
	width: 590px;
	float: left;
	margin: 20px 50px;
}
.case .wen a {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	overflow: hidden;
}
.case .wen span {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	color: #999;
}
.case .wen p {
	display: block;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	color: #666;
}
.case .more {
	width: 140px;
	height: 40px;
	margin: 60px 20px;
	float: right;
}
.case .more a {
	display: block;
	height: 40px;
	width: 120px;
	background-image: url(../images/new.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	font-size: 14px;
	line-height: 40px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.case dd .tu, .case dd .wen {
	float: right;
}
.case dd .more {
	float: left;
}
.case dd .wen {
	text-align: right;
}
.case dt:hover .wen a, .case dd:hover .wen a {
	color: #be1d23;
}
.case dt:hover .more a, .case dd:hover .more a {
	background-image: url(../images/newsh.jpg);
}
/*联系我们*/

.lx01 {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 70px;
	background-color: #fff;
}
.lx01 .box {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}
.lx01 #map {
	width: 600px;
	height: 400px;
	float: left;
}
.lx01 .right {
	float: right;
	width: 550px;
	margin-top: -10px;
	display: block;
}
.lx01 .right li {
	padding-left: 70px;
	display: block;
	margin-top: 20px;
	background-position: left top;
	background-repeat: no-repeat;
}
.lx01 .right li span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}
.lx01 .right li p {
	display: block;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
}
/*人才招聘*/

.lx02 {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 70px;
	background-color: #fff;
}
.lx02 .box {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
}
.lx02 .box .left {
	width: 600px;
	float: left;
}
.lx02 .box .left img {
	width: 100%;
	display: block;
}
.lx02 .box .right {
	width: 550px;
	float: right;
	margin-top: 25px;
}
.lx02 .box .right .w01 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}
.lx02 .box .right .w02 {
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.lx02 .box .right .w03 {
	width: 50px;
	height: 2px;
	background-color: #be1d23;
	margin-top: 10px;
}
.lx02 .box .right .w04 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}
.lx03 {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 70px;
	background-color: #f1f1f1;
}
.lx03 .box {
	width: 1200px;
	margin: auto;
}
.lx03 .box .list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.lx03 .box .list li {
	width: 380px;
	display: block;
	margin-left: 30px;
	overflow: hidden;
	margin-top: 30px;
	background-color: #fff;
}
.lx03 .box .list li:nth-child(3n+1) {
	margin-left: 0;
}
.lx03 .box .list li a {
	display: block;
	overflow: hidden;
	padding: 25px 5%;
}
.lx03 .box .list li .w01 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.lx03 .box .list li .w02 {
	width: 50px;
	height: 2px;
	background-color: #be1d23;
	margin-top: 10px;
}
.lx03 .box .list li .w03 {
	font-size: 16px;
	line-height: 36px;
	margin-top: 15px;
}
.lx03 .box .list li:hover .w01 {
	color: #be1d23;
}
/*在线留言*/

.lx04 {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 70px;
	background-color: #fff;
}
.lx04 .box {
	width: 1200px;
	margin: auto;
	margin-top: 30px;
	height: 500px;
	position: relative;
}
.lx04 .left {
	width: 500px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
.lx04 .left img {
	width: 100%;
	display: block;
}
.lx04 .right {
	width: 780px;
	padding: 30px;
	padding-top: 93px;
	float: right;
	background-image: url(../images/lx03.png);
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 17px;
	overflow: hidden;
	height: 420px;
	position: relative;
	z-index: 2;
}
.lx04 .right .r01 {
	float: left;
	margin-top: 20px;
	width: 360px;
}
.lx04 .right .r01 span {
	display: block;
	float: left;
	text-align: right;
	width: 70px;
	margin-right: 10px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
}
.lx04 .right .r01 span a {
	color: #da0000;
}
.lx04 .right .r02 span a {
	color: #da0000;
}
.lx04 .right .r01 input {
	display: block;
	float: left;
	width: 280px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	background-color: #fff;
	text-indent: 10px;
	overflow: hidden;
}
.lx04 .right .r02 {
	float: left;
	margin-top: 20px;
	width: 360px;
	margin-left: 60px;
	position: relative;
}
.lx04 .right .r02 span {
	display: block;
	float: left;
	text-align: right;
	width: 70px;
	margin-right: 10px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
}
.lx04 .right .r02 input {
	display: block;
	float: left;
	width: 280px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	background-color: #fff;
	text-indent: 10px;
	overflow: hidden;
}
.lx04 .right .r02 select {
	display: block;
	float: left;
	width: 280px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	background-color: #fff;
	text-indent: 10px;
	overflow: hidden;
}
.lx04 .right .r02 b {
	width: 14px;
	height: 7px;
	display: block;
	background-image: url(../images/sel.png);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
}
.lx04 .right .r03 {
	float: left;
	margin-top: 20px;
	width: 780px;
}
.lx04 .right .r03 span {
	display: block;
	float: left;
	text-align: right;
	width: 70px;
	margin-right: 10px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
}
.lx04 .right .r03 textarea {
	display: block;
	float: left;
	width: 680px;
	padding: 10px;
	height: 60px;
	line-height: 24px;
	font-size: 14px;
	background-color: #fff;
	overflow: auto;
}
.lx04 .right .r05 {
	float: left;
	margin-top: 20px;
	width: 780px;
	position: relative;
}
.lx04 .right .r05 span {
	margin-left: 80px;
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
}
.lx04 .right .r05 input {
	width: 120px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	background: #be1d23;
	display: block;
	float: right;
}
</pre></body></html>